Declare Function BitBlt Lib "GDI" (ByVal hDestDC As Integer, ByVal X As Integer, ByVal Y As Integer, ByVal nWidth As Integer, ByVal nHeight As Integer, ByVal hSrcDC As Integer, ByVal XSrc As Integer, ByVal YSrc As Integer, ByVal dwRop As Long) As Integer
Const SRCCOPY = &HCC0020 ' (DWORD) dest = source
Dim miCurrentButton As Integer
Dim miOffSetX As Integer
Dim miOffSetY As Integer
Dim iNrButtons As Integer
Dim mbChanged As Integer
Dim msFileName As String
Dim miOldX As Integer, miOldY As Integer
Dim mbCancel As Integer
Const msCaption = "Bitmap creator for the TOOLBARS.VBX - "